home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ MTX Web Publishing Tool / MTX Tool 1.3.sit / MTX Tool 1.3 / guide / docs / slides.mtx < prev    next >
Text File  |  1996-02-21  |  4KB  |  119 lines

  1. %TITLE Presentation Slides
  2. %LAYOUT slide
  3. %REFRESH 15
  4. %OUTLINE long
  5. %IMAGES ../images/
  6. %HOMEURL http://www.med.ufl.edu/medinfo/
  7. %PARENT Table of Contents
  8. %PARENTURL index.html
  9. %INDEX View MTX File
  10. %INDEXURL slides.mtx
  11. %PREVURL quest.html
  12. %NEXTURL keywords.html
  13. %AUTHOR Richard Rathe / rrathe@ufl.edu
  14. %AUTHURL rrathe@ufl.edu
  15. %VERSION MTX 1.3 User's Manual / Copyright 1996 by the University of Florida
  16. %PATH http://www.med.ufl.edu/medinfo/mtx/docs/
  17. %MTX 1.3
  18.  
  19. It is possible to reformat almost any MTX file into a "slide show" suitable for
  20. projection in a lecture hall or classroom. This page is the index for just such a
  21. presentation. Click on the first slide to find out more...
  22.  
  23. #Introduction
  24.  
  25. You can project HTML pages for presentation by expanding your Web browser's
  26. window to cover the entire screen and increasing the font size. After the
  27. lecture, you can make the same materials available to participants over the local
  28. network or on the World Wide Web.
  29.  
  30. {!Click on the title to continue...!}
  31.  
  32. #The Layout Tag
  33.  
  34. Use the "slide" switch with the "%LAYOUT" tag to reformat an MTX file into a set
  35. of slides:
  36.  
  37. =  %LAYOUT slide
  38.  
  39. A {#non-slide version of this page#slideoff.html#} is also available.
  40.  
  41. {!Click on the title to continue...!}
  42.  
  43. #Headings
  44.  
  45. An MTX document will be broken into slides based on the {#headings#basic.html#}
  46. it contains. Each heading will become the title of a slide. Slides are linked
  47. together in the order they appear in the MTX file. Simply cut and paste sections
  48. with headings to reorder your slides.
  49.  
  50. {!Click on the title to continue...!}
  51.  
  52. #Navigation
  53.  
  54. Each slide has three "hidden" navigation links:
  55.  
  56.     Next - Slide Title
  57.     Previous - Left End of Slide Title
  58.     Index - Right End of Slide Title
  59.  
  60. Click on the slide title to go forward. Click on the left end of the title to go
  61. backward. Click on the right end of the title to return to the index.
  62.  
  63. #Slide Index
  64.  
  65. Each set of slides is linked to an index page. The index page lists the slide
  66. titles in order of appearance providing an overview of the slide set. You can go
  67. directly to a particular slide by clicking on its name in the list.
  68.  
  69. #Automatic Advance
  70.  
  71. It is possible to use the "{#%REFRESH#other.html#REFRESH#}" tag to automate slide
  72. shows presented with {#Netscape#netscape.html#}.
  73.  
  74. =  %REFRESH 15
  75.  
  76. This set of slides will automatically advance every 15 seconds unless you click
  77. on a navigation link.
  78.  
  79. #Using Images
  80.  
  81. {=moon=}
  82.  
  83. It is possible to use images as part of an MTX slide presentation.
  84.  
  85. #More on Images
  86.  
  87. {=trees left=}
  88.  
  89. Because of the limited space on the screen it is often desirable to flow text
  90. along side of graphic elements. This is possible by using the {#floating
  91. graphics#float.html#} feature of {#Netscape#netscape.html#}.{C}
  92.  
  93. #File Names
  94.  
  95. The file name for each slide is automatically generated by adding a serial number
  96. to the base file name. You should limit the base file name to less than eight
  97. characters for greatest {#compatibility#compat.html#}. Note that these file names
  98. are arbitrary and will change as you add, move, or eliminate sections from the
  99. original MTX file. Be sure to update any hypertext links you make to these files
  100. when you edit them.
  101.  
  102. #Netscape Extensions
  103.  
  104. For convenience, these slides use two {#Netscape HTML extensions#netscape.html#}
  105. to adjust the display:
  106.  
  107.     The <FONT> tag is used to increase the font size.
  108.     The <BODY> tag is used to adjust the background and text colors.
  109.  
  110. MTX slides will work with other browsers, but it is up to you to set the
  111. appropriate font size, colors, etc.
  112.  
  113. #Limitation
  114.  
  115. Currently, MTX cannot resolve links to individual slides. This means that links
  116. to anchors such as ▓#link here#=HERE#│ will not work when slide layout is used.
  117. These links will work in normal page layout however. This limitation will be
  118. addressed in a future version of MTX.
  119.